ArcPad Preferences File Schema
STATUSBAR Element
See Also  Send comments on this topic.
ArcPad Preferences File Schema > ArcPad Element > PREFERENCES Element : STATUSBAR Element

Glossary Item Box

Description

Used to define display properties for the status bar.

Diagram

STATUSBAR Element

Overview

STATUSBAR
Used to define display properties for the status bar.
coordsformat optional Restriction of xs:int
Value that determines the coordinate format of the statusbar. 0: Auto 1: Projection 2: DMS 3: DMM 4: UTM 5: MGRS

Attributes

NameTypeUseDefaultFixedDescription
coordsformatRestriction of xs:intoptional0 Value that determines the coordinate format of the statusbar. 0: Auto 1: Projection 2: DMS 3: DMM 4: UTM 5: MGRS

Examples

Source

<xs:element name="STATUSBAR" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Used to define display properties for the status bar.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute default="0" name="coordsformat">
      <xs:annotation>
        <xs:documentation>Value that determines the coordinate format of the statusbar. 0: Auto 1: Projection 2: DMS 3: DMM 4: UTM 5: MGRS</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:int">
          <xs:enumeration value="0" />
          <xs:enumeration value="1" />
          <xs:enumeration value="2" />
          <xs:enumeration value="3" />
          <xs:enumeration value="4" />
          <xs:enumeration value="5" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.